home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC PowerPlay 3
/
PCPP #3.iso
/
pcpower.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-05-20
|
172 b
|
13 lines
@echo off
REM INSERT ANY INTRO YOU WANT IN HERE!
cd \
:start
pcpw-dos.exe cd-3.dat
if errorlevel == 1 Goto run
goto end
:run
call pcpow.bat
goto start
:end